home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / InvisiMail Lite / IM40lite.exe / MailView.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Encoding:
Text File  |  2000-05-25  |  693 b   |  37 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 282
  3.   Top = 162
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Progress Form'
  7.   ClientHeight = 34
  8.   ClientWidth = 266
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poDefaultPosOnly
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Progress: TLabel
  18.     Left = 0
  19.     Top = 21
  20.     Width = 266
  21.     Height = 13
  22.     Align = alBottom
  23.     Alignment = taCenter
  24.     Caption = 'Progress'
  25.   end
  26.   object Bar: TProgressBar
  27.     Left = 0
  28.     Top = 0
  29.     Width = 266
  30.     Height = 21
  31.     Align = alClient
  32.     Min = 0
  33.     Max = 100
  34.     TabOrder = 0
  35.   end
  36. end
  37.